Resets Radio, configures this device to be a Zigbee Router, joins a network, then sends a message to the coordinator. Uses the AF/ZDO interface. More...
#include "../HAL/hal_mdb1.h"#include "../ZNP/znp_interface.h"#include "../ZNP/application_configuration.h"#include "../ZNP/af_zdo.h"#include "../Common/printf.h"#include "../Common/utilities.h"#include "znp_example_utils.h"#include "Messages/header.h"#include "header.h"Defines | |
| #define | TEST_CLUSTER 0x77 |
|
| |
| signed int | returnValue |
| int | main (void) |
Resets Radio, configures this device to be a Zigbee Router, joins a network, then sends a message to the coordinator. Uses the AF/ZDO interface.
This matches example_simple_application_COORDINATOR.c Get the coordinator running first, or else the router won't have anything to join to.
It is recommended that you get the basic communications examples working first
1.6.3